home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_setwallpaper.dll / 0 / RCDATA / TFRMWALLPAPER / TFRMWALLPAPER.txt
Encoding:
Text File  |  2004-10-23  |  1.4 KB  |  75 lines

  1. object frmWallpaper: TfrmWallpaper
  2.   Left = 190
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set as Wallpaper'
  7.   ClientHeight = 116
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 164
  23.     Top = 15
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object gbxWallpaper: TGroupBox
  32.     Left = 10
  33.     Top = 10
  34.     Width = 146
  35.     Height = 94
  36.     Caption = ' Wallpaper position '
  37.     TabOrder = 1
  38.     object rbnCenter: TRadioButton
  39.       Left = 21
  40.       Top = 23
  41.       Width = 113
  42.       Height = 17
  43.       Caption = 'Center'
  44.       Checked = True
  45.       TabOrder = 0
  46.       TabStop = True
  47.     end
  48.     object rbnTile: TRadioButton
  49.       Left = 21
  50.       Top = 43
  51.       Width = 113
  52.       Height = 17
  53.       Caption = 'Tile'
  54.       TabOrder = 1
  55.     end
  56.     object rbnStretch: TRadioButton
  57.       Left = 21
  58.       Top = 63
  59.       Width = 113
  60.       Height = 17
  61.       Caption = 'Stretch'
  62.       TabOrder = 2
  63.     end
  64.   end
  65.   object btnCancel: TButton
  66.     Left = 164
  67.     Top = 45
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     TabOrder = 2
  72.     OnClick = btnCancelClick
  73.   end
  74. end
  75.